From: Richard M. Stallman Date: Mon, 16 Dec 1996 01:33:54 +0000 (+0000) Subject: Change some defconsts to defvars. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~82383 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1781e0210be2b1e74a2ed7b619dc1d94cc6f51da;p=emacs.git Change some defconsts to defvars. --- diff --git a/lisp/replace.el b/lisp/replace.el index 0991c41ab52..a3dc1b51d6a 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -26,7 +26,7 @@ ;;; Code: -(defconst case-replace t "\ +(defvar case-replace t "\ *Non-nil means query-replace should preserve case in replacements.") (defvar query-replace-history nil)